home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- text style -->
- <TextStyles>
- </TextStyles>
-
- <!-- placements -->
- <Placements>
- <Placement name="PopupBackground" loc="9,12" size="82,75"/>
- <Placement name="Conflicts" loc="15.0,24" size="70,9" rows="6" offset="9.5"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
-
- <CompositeImage name="PopupBackground" size="82,75">
- <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
- <DrawText text="The following conflicts were found:" loc="0,5" size="100,20" textStyle="GeneralTextStyle" align="Center"/>
- </CompositeImage>
-
- <!-- conflict list items -->
- <CompositeImage name="ConflictsListNormal" size="70,9">
- <DrawCommonImage name="ListViewNormalItemBackground"/>
- <DrawText text="@action" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
- <DrawText text="@show1" loc="17,0" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- <DrawText text="@show2" loc="17,50" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- <DrawText text="@extra" loc="18,50" size="80,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="ConflictsListSelected" size="70,9">
- <DrawCommonImage name="ListViewSelectedItemBackground"/>
- <DrawText text="@action" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
- <DrawText text="@show1" loc="17,0" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- <DrawText text="@show2" loc="17,50" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- <DrawText text="@extra" loc="18,50" size="80,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="ConflictsListSelectedInactive" size="70,9">
- <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
- <DrawText text="@action" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
- <DrawText text="@show1" loc="17,0" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- <DrawText text="@show2" loc="17,50" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
- <DrawText text="@extra" loc="18,50" size="80,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
- </CompositeImage>
-
- </CompositeImages>
- </settings>